GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / GetActionRemotePageDestination Method





In This Topic
GetActionRemotePageDestination Method (GdPicturePDF)
In This Topic
Syntax
'Declaration
 
Public Function GetActionRemotePageDestination( _
   ByVal ActionID As Integer, _
   ByRef DestinationType As PdfDestinationType, _
   ByRef FilePath As String, _
   ByRef NewWindow As Boolean, _
   ByRef Page As Integer, _
   ByRef Left As Single, _
   ByRef Bottom As Single, _
   ByRef Right As Single, _
   ByRef Top As Single, _
   ByRef Zoom As Single _
) As GdPictureStatus
public GdPictureStatus GetActionRemotePageDestination( 
   int ActionID,
   ref PdfDestinationType DestinationType,
   ref string FilePath,
   ref bool NewWindow,
   ref int Page,
   ref float Left,
   ref float Bottom,
   ref float Right,
   ref float Top,
   ref float Zoom
)
public function GetActionRemotePageDestination( 
    ActionID: Integer;
   var  DestinationType: PdfDestinationType;
   var  FilePath: String;
   var  NewWindow: Boolean;
   var  Page: Integer;
   var  Left: Single;
   var  Bottom: Single;
   var  Right: Single;
   var  Top: Single;
   var  Zoom: Single
): GdPictureStatus; 
public function GetActionRemotePageDestination( 
   ActionID : int,
   DestinationType : PdfDestinationType,
   FilePath : String,
   NewWindow : boolean,
   Page : int,
   Left : float,
   Bottom : float,
   Right : float,
   Top : float,
   Zoom : float
) : GdPictureStatus;
public: GdPictureStatus GetActionRemotePageDestination( 
   int ActionID,
   ref PdfDestinationType DestinationType,
   ref string* FilePath,
   ref bool NewWindow,
   ref int Page,
   ref float Left,
   ref float Bottom,
   ref float Right,
   ref float Top,
   ref float Zoom
) 
public:
GdPictureStatus GetActionRemotePageDestination( 
   int ActionID,
   PdfDestinationType% DestinationType,
   String^% FilePath,
   bool% NewWindow,
   int% Page,
   float% Left,
   float% Bottom,
   float% Right,
   float% Top,
   float% Zoom
) 

Parameters

ActionID
DestinationType
FilePath
NewWindow
Page
Left
Bottom
Right
Top
Zoom
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members